Class SearchTradeMultiInput

Description

取引照会マルチ 入力パラメータクラス

Located in /com/gmo_pg/client/input/SearchTradeMultiInput.php (line 11)

BaseInput
   |
   --SearchTradeMultiInput
Method Summary
 SearchTradeMultiInput __construct ([array $params = null])
 string getOrderId ()
  string getPayType ()
 string getShopId ()
 string getShopPass ()
 void setInputValues (IgnoreCaseMap $params)
 void setOrderId (string $orderId)
 void setPayType ( string $string)
 void setShopId (string $shopId)
 void setShopPass (string $shopPass)
 string toString ()
Methods
Constructor __construct (line 88)

コンストラクタ

  • access: public
SearchTradeMultiInput __construct ([array $params = null])
  • array $params: 入力パラメータ

Redefinition of:
BaseInput::__construct()
コンストラクタ
getOrderId (line 113)

オーダーID

  • return: オーダーID
  • access: public
string getOrderId ()
getPayType (line 121)

決済手段取得

  • return: 決済手段
  • access: public
 string getPayType ()
getShopId (line 97)

ショップID取得

  • return: ショップID
  • access: public
string getShopId ()
getShopPass (line 105)

ショップパスワード取得

  • return: ショップパスワード
  • access: public
string getShopPass ()
setDefaultValues (line 163)

デフォルト値を設定する

  • access: public
void setDefaultValues ()

Redefinition of:
BaseInput::setDefaultValues()
デフォルト値を設定する
setInputValues (line 171)

入力パラメータ群の値を設定する

  • access: public
void setInputValues (IgnoreCaseMap $params)

Redefinition of:
BaseInput::setInputValues()
入力パラメータ群の値を設定する
setOrderId (line 147)

オーダーID設定

  • access: public
void setOrderId (string $orderId)
  • string $orderId: オーダーID
setPayType (line 155)

決済手段設定

  • access: public
void setPayType ( string $string)
  •  string $string: 決済手段
setShopId (line 129)

ショップID設定

  • access: public
void setShopId (string $shopId)
  • string $shopId: ショップID
setShopPass (line 138)

ショップパスワード設定

  • access: public
void setShopPass (string $shopPass)
  • string $shopPass: ショップパスワード
toString (line 190)

文字列表現

URLのパラメータ文字列の形式の文字列を生成する

  • return: 接続文字列表現
  • access: public
string toString ()

Inherited Methods

Inherited From BaseInput

 BaseInput::__construct()
 BaseInput::convertParamsMap()
 BaseInput::encodeStr()
 BaseInput::getIntegerValue()
 BaseInput::getParameterValue()
 BaseInput::getStringValue()
 BaseInput::nullToEmpty()
 BaseInput::setDefaultValues()
 BaseInput::setInputValues()

Documentation generated on Thu, 18 Jan 2024 20:01:28 +0900 by phpDocumentor 1.4.3